-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[master][bugfix] Zero initialization to avoid error message on a Centos #20582
[master][bugfix] Zero initialization to avoid error message on a Centos #20582
Conversation
Hey @mozga-intel , Thanks for submitting the PR
CI supported jobs: [unix-gpu, centos-gpu, unix-cpu, sanity, clang, website, windows-gpu, miscellaneous, centos-cpu, windows-cpu, edge] Note: |
bc0f424
to
e0ab42e
Compare
@mxnet-bot run ci [all] |
e0ab42e
to
119a231
Compare
@mxnet-bot run ci [unix-cpu] |
Jenkins CI successfully triggered : [unix-cpu] |
@mxnet-bot run ci [centos-gpu] |
Jenkins CI successfully triggered : [centos-gpu] |
@mxnet-bot run ci [centos-gpu] |
Jenkins CI successfully triggered : [centos-gpu] |
8a445a6
to
b54a3dc
Compare
@mxnet-bot run ci [all] |
Jenkins CI successfully triggered : [windows-cpu, centos-cpu, miscellaneous, website, clang, unix-gpu, sanity, unix-cpu, edge, windows-gpu, centos-gpu] |
@mxnet-bot run ci [unix-cpu] |
Jenkins CI successfully triggered : [unix-cpu] |
@mxnet-bot run ci [unix-cpu] |
Jenkins CI successfully triggered : [unix-cpu] |
Description
Zero initialization (**) to avoid error message on a Centos: error: [-Werror=maybe-uninitialized] is used to allows the user to selectively enable or disable certain types of diagnostics, and change the kind of the diagnostic. A Centos has shown an error message that
'*((void*)& param +129)'
may be used uninitialized in this function - as follows:(**) Following the doc:
Future consideration:
Checklist
Essentials
Changes
Comments